Vcenter Authorization VtContainers Mappings IterationSpec

Vcenter Authorization VtContainers Mappings IterationSpec
Vcenter Authorization VtContainers Mappings IterationSpec

The Vcenter Authorization VtContainers Mappings IterationSpec schema contains properties used to limit the number of items returned from the GET /vcenter/authorization/vt-containers/mappings operation.

This schema was added in vSphere API 8.0.3.0.

JSON Example
{
    "marker": "string",
    "size": 0
}
string
marker
Optional

An opaque string in support of pagination which may be specified to retrieve the next set of items. The marker is obtained from the Vcenter Authorization VtContainers Mappings ListResult schema that is returned by the GET /vcenter/authorization/vt-containers/mappings operation.

This property was added in vSphere API 8.0.3.0.

If missing or null the first set of items is returned.

integer As int64 As int64
size
Optional

Maximum number of items to return in a single call.

This property was added in vSphere API 8.0.3.0.

If missing or null defaults to a size defined by the service.